return control meaning in Chinese
返回控制
Examples
- Method returns control back to the caller
方法将控制返回给调用方之前立即激发 - Might never return control to your program
可能永远不会将控制返回您的程序。 - Returns control to the calling thread immediately
立即将控制返回给发出调用的线程。 - Which , in turn , returns control to its caller the method
方法) ,它又将控制返回给其调用者( - Statement returns control immediately to the calling code
语句会立即将控制权返回给调用代码。